home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Bank smakow / AdobeAIRInstaller.exe / setup.swf / scripts / mx / utils / IXMLNotifiable.as < prev    next >
Encoding:
Text File  |  2009-11-20  |  189 b   |  9 lines

  1. package mx.utils
  2. {
  3.    public interface IXMLNotifiable
  4.    {
  5.       function xmlNotification(param1:Object, param2:String, param3:Object, param4:Object, param5:Object) : void;
  6.    }
  7. }
  8.  
  9.